home *** CD-ROM | disk | FTP | other *** search
- *** flexdef.h~ Mon Apr 8 16:43:56 1991
- --- flexdef.h Thu Jan 9 10:30:33 1992
- ***************
- *** 143,150 ****
- #define false 0
-
-
- ! #ifndef DEFAULT_SKELETON_FILE
- ! #define DEFAULT_SKELETON_FILE "flex.skel"
- #endif
-
- /* special chk[] values marking the slots taking by end-of-buffer and action
- --- 143,154 ----
- #define false 0
-
-
- ! #ifdef atarist
- ! # define DEFAULT_SKELETON_FILE (getenv("FLEX_SKEL") ? getenv("FLEX_SKEL"): "flex.skel")
- ! #else
- ! # ifndef DEFAULT_SKELETON_FILE
- ! # define DEFAULT_SKELETON_FILE "flex.skel"
- ! # endif
- #endif
-
- /* special chk[] values marking the slots taking by end-of-buffer and action
-